订单查看
订单号:[%$rsorder.ordersn%] 订单时间:[%$rsorder.addtime%] 状态:
[%if $rsorder.ordertype==1 %]未支付[%/if%]
[%if $rsorder.ordertype==2 %]正在处理中[%/if%]
[%if $rsorder.ordertype==0 %]已取消[%/if%]
[%if $rsorder.ordertype==3 %]已退款[%/if%]
[%if $rsorder.ordertype==4 %]已退货[%/if%]
[%if $rsorder.ordertype==5 %]已发货[%/if%]
[%if $rsorder.ordertype==6 %]已完成[%/if%]
[% if count($prolist) > 0 %]
| 产品名称 |
单价 |
数量 |
小计 |
[%forlist from=$prolist key=i%]
| [%$prolist[i].proname%] |
¥[%$prolist[i].marketprice%] |
[%$prolist[i].amount%] |
¥[%$prolist[i].countprice%] |
[%/forlist%]
[%else%]
[%/if%]
商品总额:
¥[%$rsorder.productmoney%]
运送费用:
¥[%$rsorder.shippingmoney%]
折扣:
[%$rsorder.discount%]%
订单总额:
¥[%$rsorder.orderamount%]
[%if $rsorder.ordertype!=0 %]
支付信息:
[%$payname%] [%if $rsorder.moneypaid==1%](已支付) 支付凭证号:[%$rsorder.payid%] 支付时间:[%$rsorder.paytime%][%/if%]
[%if $rsorder.moneypaid!=1%]
[%/if%]
[%/if%]
收件人:
[%$rsorder.consignee%]
地区:
正在读取
详细地址:
[%$rsorder.address%]
送货时间:
[%if $rsorder.sendtime==1%]工作日、双休日与假日均可送货[%/if%][%if $rsorder.sendtime==2%]工只双休日、假日送货(工作日不用送)[%/if%][%if $rsorder.sendtime==3%]只工作日送货(双休日、假日不用送)[%/if%][%if $rsorder.sendtime==4%]尽量安排其他时间送货,请备注说明[%/if%]
配送方式:
[%$shippingname%] [%if $rsorder.shippingtime==0%]未送货[%else%]已送货 物流单号:[%$rsorder.shippingid%] 发货时间:[%$rsorder.shippingtime%][%/if%]